home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / iritsm3s.zip / POLY3DDJ.CFG < prev    next >
Text File  |  1992-02-24  |  3KB  |  108 lines

  1. ;
  2. ; Config file for poly3d (DJGCC version)
  3. ;
  4.  
  5. ;If true, display INTERNAL edges (created by IRIT solid modeller) (option -i)
  6. ;Interanal    TRUE
  7.  
  8. ;Sets depth cue status to begin with - drawing of the lines with negative Z
  9. ; (depth) as dotted lines
  10. DepthCue    TRUE
  11.  
  12. ;The viewing mode to begin with:
  13. ; 1. Perspective View
  14. ; 2. Orthographic view
  15. ViewMode    2
  16.  
  17. ;The transformation to begin with should be in:
  18. ; 1. Screen axes coordinate system
  19. ; 2. Object axes coordinate system
  20. TransMode    1
  21.  
  22. ;If TRUE four polygons are formed from each bilinear
  23. ;in the solid rendering option. Otherwise two polygons.
  24. FourPerFlat    FALSE
  25.  
  26. ;Sets default log based 2 of FineNess for subdivision
  27. ;of surfaces into polygons.
  28. FineNess    5
  29.  
  30. ;Vertices normal length. This number is divided by 100 to form object space
  31. ;normal size scaler.
  32. NormalLength    10
  33.  
  34. ;Draw vertices normals using NormalLength above if TRUE and vertex has
  35. ;normal attribute ([NORMAL X Y Z]).
  36. DrawVNormal    FALSE
  37.  
  38. ;Draw polygons normals using NormalLength above if TRUE and polygon has
  39. ;plane attribute ([PLANE A B C D]).
  40. DrawPNormal    FALSE
  41.  
  42. ;If true print more messages (boolean) (-m)
  43. More        TRUE
  44.  
  45. ;If a mouse is to be supported.
  46. Mouse        TRUE
  47.  
  48. ;If a joystick is to be supported.
  49. Joystick    FALSE
  50.  
  51. ;Control sensitivity of the mouse. The bigger this number is, the lesser
  52. ;sensitive the mouse is.
  53. MouseSensitivity    10
  54.  
  55. ;If the polygons are ordered in a pattern and only the first i edges of
  56. ;each polygon are to be seen, set NumOfEdges to k. Very handy with the
  57. ;DrawFn3D program as NumOfEdges 2 (DrawFn3D generates triangles). If
  58. ;set to 0 all the polygon edges are to be handled.
  59. NumOfEdges    0
  60.  
  61. ;If a closed object is to be displayed, each edge is shared by two polygons,
  62. ;and there is not reason to display it twice (if fact it will be displayed
  63. ;twice in opposite direction - a heuristic that is used here). This can
  64. ;speed up the display by almost factor of two.
  65. ClosedObject    FALSE
  66.  
  67. ;If TRUE then surfaces control mesh and curves control polygon are drawn as
  68. ;well as the surfaces/curves themselves.
  69. DrawSurfaceMesh    TRUE
  70.  
  71. ;If TRUE then surfaces is subdivided into polygons which are drawn instead
  72. ;of isolines (if FALSE). NumOfIsolines control the fineness of the
  73. ;subdivision in this case.
  74. DrawSurfacePoly FALSE
  75.  
  76. ;Number of equally spaced in parametric space isolines per surface.
  77. ;Should be at list 2.
  78. NumOfIsolines    8
  79.  
  80. ;LOG2 of the number of samples (equally spaced in parametric space) per
  81. ;curve. Should be between 1 (2^1 = 2 samples) and 10 (2^10 = 1024 samples).
  82. SamplesPerCurve    4
  83.  
  84. ;Below is the color selection for window frame color. Colors should be one of:
  85. ; WHITE   = 0
  86. ; BLACK   = 1
  87. ; RED     = 2
  88. ; GREEN   = 3
  89. ; BLUE    = 4
  90. ; YELLOW  = 5
  91. ; CYAN    = 6
  92. ; MAGENTA = 7
  93. ;Four colors should be specified for the View/Trans windows.
  94. WndwViewClr    2
  95. WndwTransClr    3
  96.  
  97. ;Below the size and position of the View/Trans windows
  98. ;should be specified in normalized coordinates where the screen spans
  99. ; X:[0..1], Y:[0..1]. Windows may overlap.
  100. WndwViewPos   "0.02, 0.02, 0.72, 0.98"
  101. WndwTransPos  "0.75, 0.02, 0.98, 0.98"
  102.  
  103. ;Size in pixel of the windows frame width.
  104. WndwWidth    8
  105.  
  106. ;Boolean to control the default display of window name headers.
  107. WndwHeader    FALSE
  108.